.cmbc-site-banner {
    position: relative;
    height: 400px;
}

#cmbc-site-banner-carousel {
    position: relative;
    height: 400px;
}

#cmbc-site-banner-carousel .carousel-indicators {
    bottom: 0;
}

#cmbc-site-banner-carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ead7e7;
    margin: 1px;
}

#cmbc-site-banner-carousel .carousel-indicators li.active {
    width: 16px;
    border-radius: 3px;
    background: #ead7e7;
}

#cmbc-site-banner-carousel img {
    height: 400px;
    width: auto;
}

#login-box {
    position: absolute;
    top: 50px;
    left: 50%;
		 margin-left: 312px;
}

.carousel-img{
    height:400px;
    width:100%;
}